home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
BARNET
/
FREENET
/
GRETTON
/
LPRFRONT
/
!LPR
/
Library
/
ChgTbox
< prev
next >
Wrap
Text File
|
1997-06-03
|
2KB
|
41 lines
Changes to ToolboxLib
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
ToolboxLib written by Liam Gretton
v1.18 - 03/06/97 - Added PROCtbox_MenuFade for fading/unfading menu items.
v1.17 - 03/03/97 - Added PROCtbox_ForceRedraw, which calls Window_ForceRedraw.
v1.16 - 22/02/97 - Added FNtbox_DeskFontHandle which returns the font handle of
whatever font is in use in the desktop. Untested on machines
without RISC OS 3.50+.
v1.15 - 19/11/96 - Removed PROCtbox_Objects (it should now sit in the app's
!RunImage) and the app-specific events from PROCtbox_Events,
so the library is now totally independant.
v1.14 - 12/11/96 - Now I *really* think I've got rid of that bug mentioned
below! The MessageTrans bits have had a bit of an overhaul.
v1.13 - 03/11/96 - I *think* I've got rid of that irritating bug which
sometimes occured when calling FNtbox_Mess.
22/09/96 - Changed operation of PROCtbox_Message; it now opens a
standard wimp alert box instead of a custom window.
Apps using ToolbixLib prior to this version need
altering (the procedure now takes two args).
v1.12 - 21/09/96 - Added PROCtbox_MenuFade which fades/unfades menu items.
v1.11 - 10/09/96 - Removed a bug in FNtbox_GetID - I was LOCALising o% and
c%. Write out one hundred times "function arguments are
already local you fool, function arguments are already
local you fool..."
v1.10 - 30/08/96 - Added PROCtbox_Fade which fades/unfades Toolbox gadgets.
v1.09 - 29/08/96 - Added PROCtbox_Debug. This opens a small window which
can display up to four strings; useful for debugging
wimp progs.